home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / tasking.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.2 KB  |  72 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Tasking Benchmarks
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : amoses@ecla.usc.edu
  6. -- AUTHOR            : Thomas M. Burger
  7. -- COPYRIGHT         : 
  8. -- DATE CREATED      : 
  9. -- DATE RELEASED     : 
  10. -- DATE LAST UPDATED : 
  11. -- LOCATION          : ASR
  12. -- ENVIRONMENT       : DEC Ada (Version 1.2) on a VAX 8600
  13. --= CLASSIFICATION       ===============================================--
  14. -- CATEGORY LEVEL 1  : BENCHMARKS
  15. -- CATEGORY LEVEL 2  : Tasking
  16. -- CATEGORY LEVEL 3  : Tasking 1
  17. -- CATEGORY LEVEL 4  : 
  18. -- KEYWORD           : 
  19. -- INDEX             : tasking
  20. -- INDEX             : benchmarks, tasking
  21. -- INDEX             : tasking benchmarks
  22. -- INDEX             : tasking overhead
  23. -- TAXONOMY          : 
  24. -- DEPENDENCIES      : 
  25. -- SEE ALSO          : 
  26. --= FILE LISTING         ===============================================--
  27. -- FILE SPECS        : PD:<ADA.BENCHMARKS>TASKING.*
  28. -- DIRECTORY DISPLAY :
  29. -- Directory   PD:<ADA.BENCHMARKS>
  30. --      File Name     Byte Count  Line Count
  31. --   ---------------  ----------  ----------
  32. --   TASKING.DOC          110056        3234
  33. --   TASKING.PRO            3008          79
  34. --   TASKING.SRC           66865        2298
  35. --   ===============  ==========  ==========
  36. --     3 Files            179929        5611
  37. --= ABSTRACT             ===============================================--
  38. --   A set of tasking benchmarks were developed in
  39. --   conjunction with the paper "An Assessment of the
  40. --   Overhead Associated with Tasking Facilities
  41. --   and Task Paradigms in Ada" which appeared in the
  42. --   January,February 1987 Ada Letters.  These benchmarks
  43. --   were developed to measure the efficiency of the
  44. --   implementation of the Ada tasking model, and
  45. --   evaluate the additional cost of introducing
  46. --   intermediaries for the various tasking paradigms.
  47. --= REVISION HISTORY     ===============================================--
  48. --
  49. -- DATE         VERSION    AUTHOR                  HISTORY
  50. --
  51. --= RELEASE NOTICE       ===============================================--
  52. -- This prologue must be included in all copies of this software.
  53. --
  54. -- This software is copyright by the author.
  55. --
  56. -- This software is released to the Ada community.                     
  57. -- This software is released to the Public Domain (note:
  58. --   software released to the Public Domain is not subject
  59. --   to copyright protection).
  60. -- Restrictions on use or distribution:  NONE
  61. --= DISCLAIMER           ===============================================--
  62. --    This software and its documentation are provided "AS IS" and
  63. -- without any expressed or implied warranties whatsoever.  No warranties
  64. -- as to performance, merchantability, or fitness for a particular
  65. -- purpose exist.
  66. --    The user is advised to test the software thoroughly before
  67. -- relying on it.  The user must assume the entire risk and liability of
  68. -- using this software.  In no event shall any person or organization of
  69. -- people be held responsible for any direct, indirect, consequential or
  70. -- inconsequential damages or lost profits.
  71. --======================================================================--
  72.